Bitmap for WPF
ColorF コンストラクタ(Single[])

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > ColorF 構造体 > ColorF コンストラクタ : ColorF コンストラクタ(Single[])
The values to assign to the red, green, blue, and alpha components of the color. This must be an array with four elements.
Initializes a new instance of the ColorFstruct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public ColorF( 
   System.float[] values
)

パラメータ

values
The values to assign to the red, green, blue, and alpha components of the color. This must be an array with four elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than four elements.
参照

ColorF 構造体
ColorF メンバ
オーバーロード一覧